home *** CD-ROM | disk | FTP | other *** search
- <<<<<<<<<<<<<<<<<<<<< RENAME >>>>>>>>>>>>>>>>>>>>>
-
- PURPOSE: Changes the name of one or more files.
-
- TIPS: A path can be specified only for the old name of the file. The
- renamed file will remain in its existing directory on its existing
- drive.
-
- RENAME OLDNAME.WKS NEWNAME.WKS Changes the name of the file
- ; OLDNAME.WKS to NEWNAME.WKS.
-
- REN *.TXT *.DOC Renames all files ending with .TXT
- ; to .DOC. Thus REPORT.TXT would
- ; become REPORT.DOC and MEMO.TXT would
- ; become MEMO.DOC. Note that REN can
- ; be used for RENAME.
-
- RENAME C:\PCTALK\NBS.TXT IRM.TXT Renames the file NBS.TXT in the PCTALK
- ; directory of Drive C to IRM.TXT.
- ###